-
Notifications
You must be signed in to change notification settings - Fork 215
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to generate test operations for original values in the first object (continuation) #228
Conversation
- add inversible property to IObserver - update readme
was: extra boolean argument on "observe" and extra object argument on "generate" and "compare" is: extra boolean argument "generate" and "compare" also this commit adds way more tests for test operation generation
8ac3dc3
to
1498c09
Compare
cc @pytlesk4 |
because this was requested by @tomalec in #228 (comment)
@tomalec please re-review. I have achieved performing the same test using |
At least to me it is :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
@warpech thanks for taking this over the finish line! |
@pytlesk4 once again thanks for starting a great PR and sorry for being picky :) |
Released today as 2.2.0 |
@warpech can this get published to NPM? |
Done, thanks for pinging me! |
Continuation of #226
Changes that I made compared to the original PR:
inversible
toinvertible
. Please correct me if I'm wrongPending questions:
Benchmark results:
Before this PR (bbd3002,
npm run build && npm run bench-duplex
)After this PR